home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / araclar / instant / IDA.EXE / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  1997-08-25  |  3KB  |  149 lines

  1. object AboutForm: TAboutForm
  2.   Left = 298
  3.   Top = 186
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = Button1
  7.   BorderIcons = []
  8.   BorderStyle = bsDialog
  9.   Caption = 'About'
  10.   ClientHeight = 326
  11.   ClientWidth = 364
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -14
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   Position = poScreenCenter
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 116
  21.   TextHeight = 16
  22.   object Label1: TLabel
  23.     Left = 84
  24.     Top = 57
  25.     Width = 182
  26.     Height = 16
  27.     Caption = 'Instant Drive Access v1.44'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -15
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 88
  37.     Top = 79
  38.     Width = 187
  39.     Height = 16
  40.     Caption = 'by SysTeam, Jesper Lauridsen'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -15
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.   end
  48.   object Label3: TLabel
  49.     Left = 55
  50.     Top = 182
  51.     Width = 253
  52.     Height = 16
  53.     Caption = 'Comment and suggestions are welcome at'
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -15
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.   end
  61.   object Image1: TImage
  62.     Left = 166
  63.     Top = 12
  64.     Width = 32
  65.     Height = 32
  66.     AutoSize = True
  67.     Picture.Data = {<image001.ico>}
  68.   end
  69.   object UrlLabel1: TUrlLabel
  70.     Left = 76
  71.     Top = 254
  72.     Width = 212
  73.     Height = 16
  74.     Cursor = 5
  75.     Caption = 'http://www.systeam.dk/ida/ida.html'
  76.     Font.Charset = DEFAULT_CHARSET
  77.     Font.Color = clWindowText
  78.     Font.Height = -15
  79.     Font.Name = 'MS Sans Serif'
  80.     Font.Style = [fsUnderline]
  81.     ParentFont = False
  82.     PopupMenu = UrlLabel1.
  83.     URL = 'http://www.systeam.dk/ida/ida.html'
  84.   end
  85.   object Label5: TLabel
  86.     Left = 89
  87.     Top = 233
  88.     Width = 186
  89.     Height = 16
  90.     Caption = 'Get the latest version from here:'
  91.   end
  92.   object UrlLabel2: TUrlLabel
  93.     Left = 129
  94.     Top = 204
  95.     Width = 107
  96.     Height = 16
  97.     Cursor = 5
  98.     Caption = 'SysTeam support'
  99.     Font.Charset = DEFAULT_CHARSET
  100.     Font.Color = clWindowText
  101.     Font.Height = -15
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = [fsUnderline]
  104.     ParentFont = False
  105.     PopupMenu = UrlLabel2.
  106.     URL = 'mailto:support@systeam.dk'
  107.   end
  108.   object RegLabel: TLabel
  109.     Left = 0
  110.     Top = 105
  111.     Width = 363
  112.     Height = 16
  113.     Alignment = taCenter
  114.     AutoSize = False
  115.     Caption = '(Unregistered)'
  116.   end
  117.   object UrlRegister: TUrlLabel
  118.     Left = 120
  119.     Top = 139
  120.     Width = 124
  121.     Height = 16
  122.     Cursor = 5
  123.     Caption = 'Click here to register!'
  124.     Font.Charset = DEFAULT_CHARSET
  125.     Font.Color = clBlack
  126.     Font.Height = -15
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = [fsUnderline]
  129.     ParentFont = False
  130.     PopupMenu = UrlRegister.
  131.     URL = 'http://www.getsoftware.com/cgi/info.gsc?productid=83'
  132.   end
  133.   object Button1: TButton
  134.     Left = 133
  135.     Top = 284
  136.     Width = 91
  137.     Height = 31
  138.     Caption = 'OK'
  139.     Font.Charset = DEFAULT_CHARSET
  140.     Font.Color = clWindowText
  141.     Font.Height = -15
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = []
  144.     ParentFont = False
  145.     TabOrder = 0
  146.     OnClick = Button1Click
  147.   end
  148. end
  149.